home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / hyper / hsc_source.lha / hsc / source / hsclib / tag_a.h < prev    next >
C/C++ Source or Header  |  1996-02-19  |  235b  |  15 lines

  1. /*
  2. ** tag_a.h
  3. **
  4. ** tag handle for "<A xx>"
  5. **
  6. */
  7.  
  8. #ifndef HSCLIB_TAG_A_H
  9. #define HSCLIB_TAG_A_H
  10.  
  11. extern BOOL handle_anchor( HSCPRC *hp, HSCTAG *tag );
  12. extern BOOL handle_canchor( HSCPRC *hp, HSCTAG *tag);
  13.  
  14. #endif /* HSCLIB_TAG_A_H */
  15.